home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 124
/
MOBICLIC 124.ISO
/
mac
/
Milan.swf
/
scripts
/
__Packages
/
prod
/
hclasses
/
Trace
/
TraceBox.as
next >
Wrap
Text File
|
2010-05-11
|
364b
|
19 lines
class prod.hclasses.Trace.TraceBox extends MovieClip
{
function TraceBox()
{
super();
this.Init();
}
function Init()
{
trace("Init()" + this);
_global.TraceBox = this;
}
function Alerte(mess)
{
this.TraceBoxAlerte.Afficher(mess);
this.swapDepths(_global.gLEVELS.TraceBoxAlerte);
}
}